home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sounds Terrific 1
/
Sounds Terrific CD (1994)(Weird Science)(Disc 2 of 2)[!][Amiga-PC].iso
/
modules
/
t
/
topscrn.mod
< prev
next >
Wrap
Text File
|
1994-08-04
|
3KB
|
76 lines
The easist mod in the world.
Sawmill #1 @3750
Mon Dec 30 23:41:20 1991
ModName : TOPSCRN.MOD
WWIV Ver : Written on v4.12, but should work on ANY version
Files : CONIO.C
Difficulty : See Title
Why : Because I haven't seen anyone doe this before.
Well, I hardly consider this a mod, but thought it was just helpful enough
to post. This is REALLY simple. I have a combination Elric FROM Mod and
another FROM mod that I can't remember the name of right now. Anyway, since
I had a decent amount of long distance callers, I thought it would be nice
to see where they were calling from from the TOPSCREEN. If someone has done
this before, a thousand pardons, but I thought this was SO simple that
perhaps it had been overlooked. This is one of those mods that I added,
and never thought to release 'cause it was SO simple. SO simple, that no
one else had released it. :) :)
Anyway, on with the super-mini-mod.
This puts the thisuser.citystate in place of "Com Disabled". It does NOT
disable this feature, if just takes if off the topscreen and replaces it
with where the user is calling from. You must have some type of FROM mod
installed which uses thisuser.citystate (or whatever)
Load up CONIO.C
Do a search for "Comm Disabled"
It should look something like this:
if (topdata)
{
movecsr(6,ln);
if ((using_modem) && (!incom))
outs("Comm Disabled");
else
outs("═════════════");
movecsr(24,ln);
if ((realsl !=255) && (thisuser.sl==255))
outs("Temp Sysop");
Now, replace the "Comm Disabled" and the "═════════════" with
thisuser.citystate. It should look something like this now:
if (topdata)
{
movecsr(6,ln);
if (!incom)
outs(thisuser.citystate);
else
outs(thisuser.citystate);
movecsr(24,ln);
if ((realsl !=255) && (thisuser.sl==255))
outs("Temp Sysop");
That was SO simple that it about makes you sick, huh? Your F-3 key will still
work, but it won't tell you that it is. I suppose you could make it where it
would display the thisuser.citystate UNLESS F3 was pressed, but since I never
use it (I disable modem OUTPUT, so the user can't see what I'm doing) I didn't
bother.
As always, make a backup of your source before EVERY mod, although if you mess
this up... (Or do like me, do little crap mods like this all at once, try to
compile and then trace it down. Twice the work, half the production)
Sawmill
9
9 3╓──────────────────────2Bill and Ted's Excellent BBS3───────────────────────╖
81 3║ 1 Snarfable 3- 1USR HST v.42bis 3- 1AutoVal 3- 1WWIV Support Files 3║
7 3╙──────7(317) 452-09450 4WWIVLink @13752 WWIVNet @37507 SysOp:2Sawmill3───────╜